Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / clients / {id} / push-revocation

If the client has an admin URL, push the client's revocation policy to it.

Path parameters:
realm - realm name (not id!)
id - id of client (not client-id)

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/clients/{id}/push-revocationIf the client has an admin URL, push the client's revocation policy to it.

Method Detail

POST /admin/realms/{realm}/clients/{id}/push-revocation

If the client has an admin URL, push the client's revocation policy to it.

HTTP Example:
POST /admin/realms/{realm}/clients/{id}/push-revocation
API Example:

ClientResource.pushRevocation({'realm': /* name realm name (not id!) */,
  'id': /* id id of client (not client-id) */});

Output:
GlobalRequestResult

Keycloak REST Services 1.5.0-Final